←Select platform

LeadPoint Constructor (LeadPoint)

Summary

Initializes a new WatershedCommand class object.

Syntax

C#
VB
Java
Objective-C
C++
public WatershedCommand(  
   Leadtools.LeadPoint[][] pointsArray 
) 
Public Function New( _ 
   ByVal pointsArray()() As Leadtools.LeadPoint _ 
) 
- (instancetype)init
public WatershedCommand()
public: 
WatershedCommand(  
   array<array<LeadPoint>^>^> pointsArray 
) 

Parameters

pointsArray
Array of Leadtools.LeadPoint arrays which holds the initial point/path that represents the point or path from which to segment the bitmap.

Example

Refer to the WatershedCommand example.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize